home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / HandHeldPCPro30 / sdk.exe / Jupiter SDK / data1.cab / MFC_Samples / maths3 / stdafx.h < prev   
Encoding:
C/C++ Source or Header  |  1999-02-19  |  694 b   |  22 lines

  1. // stdafx.h : include file for standard system include files,
  2. //  or project specific include files that are used frequently, but
  3. //      are changed infrequently
  4. //
  5.  
  6. #if defined(_WIN32_WCE_PSPC) && (_WIN32_WCE == 201)
  7.     #error "This sample is not available for Palm-Size devices."
  8. #endif
  9.  
  10. #if (_WIN32_WCE < 200)
  11.     #error "This sample is only compatible with MFCCE 2.0 or later."
  12. #endif
  13.  
  14. #include <afxctl.h>         // MFC support for OLE Custom Controls
  15.  
  16. // Delete the two includes below if you do not wish to use the MFC
  17. //  database classes
  18. #ifndef _UNICODE
  19. #include <afxdb.h>            // MFC database classes
  20. #include <afxdao.h>            // MFC DAO database classes
  21. #endif // _UNICODE
  22.